const github.com/refraction-networking/utls.fakeExtensionTokenBinding
4 uses
github.com/refraction-networking/utls (current package)
u_common.go#L47: fakeExtensionTokenBinding uint16 = 24
u_tls_extensions.go#L42: case fakeExtensionTokenBinding:
u_tls_extensions.go#L1816: b[0] = byte(fakeExtensionTokenBinding >> 8)
u_tls_extensions.go#L1817: b[1] = byte(fakeExtensionTokenBinding & 0xff)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |